@charset "utf-8";
@import url(reset.css);
@import url(header.css);
@import url(footer.css);
.ind_tit{ border-bottom: 1px solid #d4d6da; height: 65px; line-height: 65px;}
.ind_tit h1{ width: auto; float: left;}
.ind_tit h1 a{ font-size: 32px; color: #000; font-weight: bold;border-bottom: 1px solid #c31026; display: block;}
.ind_tit .ind_more {float: right;color: #999;font-size: 16px;}

.ind_Main{ background: url("../images/ind_img04.png") bottom  center no-repeat;}
/**新闻中心**/
/**头条**/
.part1{ background: #fff; height: 535px;box-shadow: 0px 0px 30px -3px #e0e9f0;border-radius: 5px;}
.part1 .ind_new{padding: 0px 30px;height: auto;display: block;overflow: hidden;}
.part1 .tt{ height: 92px; border-bottom: 1px solid #eaf1ff;}
.part1 .tt h1{ width: 83px; height: 41px; margin-top: 28px; float: left;}
.part1 .tt span{float: left; width: 93%; text-align: center; }
.part1 .tt span a{ font-size: 36px; color: #111; font-weight: bold; line-height: 92px;}
.part1 .tt span a:hover{ color: #c31026;}

/**通知公告**/
.tzgg{ height: 40px; }
.tzgg .Title{ width:8%;  height: 40px;  overflow: hidden;  float: left; text-align: center; line-height: 40px; }
.tzgg .Title>h1{ font-weight: bold; color: #000;}
.tzgg .Title>h1 a{ color: #333;font-size:18px;}
.tzgg .list{  width:92%; float: right; }
.tzgg .list .hd{ display: none; }
.tzgg .list .bd{float: left; height: 40px;overflow: hidden;  }
.tzgg .list .bd li{ overflow: hidden; float: left; width:50%; height: 40px; line-height: 40px;  transition: all 0.3s;  }
.tzgg .list .bd li a{  margin-right: 10px;color: #212121;font-size: 14px; width: 78%; overflow: hidden;white-space:nowrap;text-overflow:ellipsis; float: left; }
.tzgg .list .bd li a:hover{ color: #c31026; }
.tzgg .list .bd li span{width: 20%; float: right;}

/* 焦点图 */
.Focus{width:580px; height:365px;  float:left; position: relative;  margin-top: 10px;}
.Focus .bd{width: 100%; height: auto; overflow: hidden;}
.Focus .bd li{ overflow: hidden; width: 580px; height:365px; }
.Focus .bd li  img{ display: block; width: 100%; height: auto; min-height: 100%; }
.Focus .bg{ position: absolute; width: 100%; height: 50px;  left: 0; bottom: 0; background: url("../images/ind_img02.png") repeat-x;}
.Focus .txt{position: absolute;width: 80%;height: 50px;left: 0px;bottom: 0px;text-align: left;text-indent: 24px;line-height: 50px;}
.Focus .txt li{position: relative;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;font-size: 20px;color: #FFF;font-weight: bold;line-height: 50px;}
.Focus .num{position: absolute;right: 1%;bottom: 22px;margin: 0 auto;}
.Focus .num li{ position: relative; overflow: hidden; float: left; width: 5px; height: 5px; margin: 0 4px; border-radius: 6px; background-color: #FFF; transition: width 0.3s; font-size: 0; cursor: pointer; }
.Focus .num li.on{background: #d11919;width: 24px; height: 5px;}
.Focus>a{display:block; width:40px; height:40px; position:absolute; top: 185px; top: calc((415px - 40px) / 2); cursor:pointer; opacity:0; filter: alpha(opacity=0); transition:all 0.5s; }
.Focus>a.prev{ left:10px; background:url("../images/ind_icon1.png") left center no-repeat;top:140px;}
.Focus>a.next{ right:10px; background:url("../images/ind_icon2.png") right center no-repeat;top:140px; }
.Focus:hover>a{ opacity:1; filter: alpha(opacity=100);}
.Focus:hover>a.prev{ left:10px;} 
.Focus:hover>a.next{ right:10px;}

/*要闻list*/
.FocusNews{width: 594px;height: 412px;}
.FocusNews .hd{ height: 50px; margin-top: 10px; position: relative; border-bottom: 1px solid #d4d6da;}
.FocusNews .hd .more {float: right;margin-top: 12px;color: #999;font-size: 16px;}
.FocusNews .hd ul {z-index: 5;position: absolute;overflow: hidden;zoom: 1;}
.FocusNews .hd li{position: relative;width:auto;height: 50px;float: left;padding: 0px 5px;margin-right: 30px;}
.FocusNews .hd li.on,.FocusNews .hd li:hover{ border-bottom: 1px solid #c31026; }
.FocusNews .hd li a{ display: block; font-size: 24px; height: 55px; text-align: center; line-height: 50px;  font-weight: bold; color: #000;}
.FocusNews .hd li:hover a,.FocusNews .hd li.on a{ color: #c31026;}
.FocusNews .bd{}
.FocusNews .bd ul{height: 244px; padding: 5px 0px;}
.FocusNews .bd ul li{background: center;width:100%;line-height:40px;display: flex;}
.FocusNews .bd ul li a{font-size:16px;color: #333333;width:70%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float: left;background: url("../images/ind_icon.png") left center no-repeat;padding-left: 18px;flex: 1;margin-right: 10px;}
.FocusNews .bd ul li a:hover{ color: #c31026;}
.FocusNews .bd ul li span{/* width:16%; */color: #999;font-size: 16px;float: right;}
.FocusNews .btn{ height: 50px;}
.FocusNews .btn a{ width: 150px; line-height: 50px; float: left; margin-left: 35px;}
.FocusNews .btn a i{display: block;width:50px;height: 50px;background: url("../images/ind_icon3.png") no-repeat;float: left;}
.FocusNews .btn a .i-1{background-position: -14px -11px;}
.FocusNews .btn a .i-2{background-position: -76px -11px;}
.FocusNews .btn a .i-3{background-position: -132px -11px;}
.FocusNews .btn a span{ line-height: 50px;float: left; margin-left: 5px;}


/**横幅专题**/
.part2{ background: #fff; height:376px;box-shadow: 0px 0px 30px -3px #e0e9f0; margin-top: 20px; margin-bottom: 20px;border-radius: 5px;}
.hf_zt{ margin-top: 20px; float: left;}
.hf_zt img{ height: 87px;}
.Zt_box{ height:87px; float: left;position: relative; }
.Zt_box .hd{display: none!important;}
.Zt_box .bd{  height:87px;overflow: hidden; z-index: 1;;}
.Zt_box .bd ul{  overflow: hidden; }
.Zt_box .bd ul li{ width: 100%; overflow: hidden; wfloat: left; }
.Zt_box .bd ul li img{ display: block; width: 100%; height: 100%; }
.Zt_box .pageState{ position: absolute; z-index: 0; right: 0; bottom: 10px; padding-left: 10px; width: 55px; height:30px;  font-size: 20px; color: #FFF; text-align: center; line-height: 30px;}

.xtpt_bnt{width:100%;height:158px;overflow: hidden; }

.xtpt_bnt .hd{display: none!important;}
.xtpt_bnt .bd{position: relative;height:auto;margin-top: 20px;}
.xtpt_bnt .bd>a.sj_left{ width: 15px; height: 26px; position:absolute;left:0px;top:50px;background:url("../images/ind_icon5.png") no-repeat center; z-index: 1;}
.xtpt_bnt .bd>a.sj_right{width: 15px; height: 26px;position:absolute;right:0px;top:50px;background:url("../images/ind_icon6.png") no-repeat center;z-index: 1;}
/* .xtpt_bnt .bd>a{display:none;} */
.xtpt_bnt .bd ul li{width: 166px;height: 158px;float: left;margin-right: 5px;}
.xtpt_bnt .bd ul li a em{width: 62px;height: 64px;background: url("../images/ind_img03.png") no-repeat;margin: 0 auto;display: block;margin-bottom: 10px;}
.xtpt_bnt .bd ul li a i{display: block;width:62px;height: 64px;margin: 0px auto 0px;background: url("../images/ind_icon3.png") no-repeat;}
.xtpt_bnt .bd ul li a .i-1{background-position: -18px -75px;}
.xtpt_bnt .bd ul li a .i-2{background-position: -98px -72px;}
.xtpt_bnt .bd ul li a .i-3{background-position: -183px -71px;}
.xtpt_bnt .bd ul li a .i-4{background-position: -175px -64px;}
.xtpt_bnt .bd ul li a .i-5{background-position: -239px -64px;}
.xtpt_bnt .bd ul li a .i-4{background-position: -261px -71px;}
.xtpt_bnt .bd ul li a .i-5{background-position: -336px -68px;}
.xtpt_bnt .bd ul li a .i-6{background-position: -415px -75px;}
.xtpt_bnt .bd ul li a .i-7{background-position: -492px -70px;}
.xtpt_bnt .bd ul li a .i-8{background-position: -569px -73px;}
.xtpt_bnt .bd ul li a .i-9{background-position: -642px -73px;}
.xtpt_bnt .bd ul li a .i-10{background-position: -703px -73px;}
.xtpt_bnt .bd ul li a .i-11{background-position: -761px -73px;}
.xtpt_bnt .bd ul li a .i-12{background-position: -817px -73px;}
.xtpt_bnt .bd ul li a .i-13{background-position: -874px -73px;}
.xtpt_bnt .bd ul li a .i-14{background-position: -935px -73px;}
.xtpt_bnt .bd ul li a .i-15{background: url("../images/ind_icon3_a.png") no-repeat center;background-size:38px auto;}
.xtpt_bnt .bd ul li a span{width: 144px; text-align: center;margin: 0 auto;display: block; font-size: 16px;}

/**政务公开**/
.part3{ background: #fff; height:580px;box-shadow: 0px 0px 30px -3px #e0e9f0; margin-top: 20px; margin-bottom: 20px;border-radius: 5px;}
.ind_zwgk{padding: 0px 30px;height: auto;display: block;overflow: hidden; padding-top: 10px;}
.ind_zwgk .xxgk_btn{ margin-top: 20px;}
.ind_zwgk .xxgk_btn ul li{ width: 225px; height: 55px; line-height: 55px; float: left; background: url("../images/ind_img05.png") no-repeat; margin-right: 18.7px;}
.ind_zwgk .xxgk_btn ul li:last-child{ margin-right: 0px;}
.ind_zwgk .xxgk_btn ul li a{ text-align: center; font-size: 18px; display: block; font-weight:500;}

/*政策文件*/
.ind_zcwj{width: 585px; float: left; }
.zcwj_list{width: 100%;height: 305px;}
.zcwj_list .hd{ height: 50px; margin-top: 10px; position: relative; }
.zcwj_list .hd ul {z-index: 5;position: absolute;overflow: hidden;zoom: 1;}
.zcwj_list .hd li{position: relative;width:auto;height: 50px;float: left;padding: 0px 5px;margin-right: 13px;line-height: 50px;color: #e6e6e6;}
.zcwj_list .hd li.on,.zcwj_list .hd li:hover{ color: #c31026; }
.zcwj_list .hd li a{display: block;font-size: 22px;height: 55px;text-align: center;line-height: 50px;font-weight: bold;color: #000;margin-right: 17px;float: left;}
.zcwj_list .hd li:hover a,.zcwj_list .hd li.on a{color: #c31026;float: left;margin-right: 17px;}

.zcwj_list .bd{}
.zcwj_list .bd .zccz_box{width:585px;height: 51px;position: relative; margin-bottom:5px;}
.zcwj_list .bd .zccz_box .zccz{ width:585px; height: 43px; background: #f3f3f3;  border-radius: 5px; margin-top: 8px; float: left; position: absolute; }
.zcwj_list .bd .zccz_box h1{ width: 113px; height: 51px; background: url("../images/ind_img06.png")  no-repeat; position: absolute;z-index: 1;}
.zcwj_list .bd .zccz_box h1 a{  font-size: 14px; color: #fff; line-height: 61px; text-align: center; display: block;}
.zcwj_list .bd .zccz_box .ss{width: 454px;height: 43px;position: absolute;z-index: 1;top: 9px;right:0px;}
.zcwj_list .bd .zccz_box .ss input {width: 245px;height: 40px;background: none; border: none; float: left;}
.zcwj_list .bd .zccz_box .ss .ss_bnt{ width: 23px; height: 23px; float: right; margin-top: 10px; margin-right: 10px;}
.zcwj_list .bd ul{height: auto;padding: 5px 0px;}
.zcwj_list .bd ul li{background: center;width:100%;line-height:40px;display: flex;}
.zcwj_list .bd ul li a{font-size:16px;color: #333333;/* width:70%; */overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float: left;background: url("../images/ind_icon.png") left center no-repeat;padding-left: 18px;flex: 1;margin-right: 10px;}
.zcwj_list .bd ul li a:hover{ color: #c31026;}
.zcwj_list .bd ul li span{/* width:16%; */color: #999;font-size: 16px;float: right;}
.zcwj_list .btn{ height: 50px;}
.zcwj_list .btn a{ width: 150px; line-height: 50px; float: left; margin-left: 35px;}
.zcwj_list .btn a i{display: block;width:50px;height: 50px;background: url("../images/ind_icon3.png") no-repeat;float: left;}
.zcwj_list .btn a .i-1{background-position: -14px -11px;}
.zcwj_list .btn a .i-2{background-position: -76px -11px;}
.zcwj_list .btn a .i-3{background-position: -132px -11px;}
.zcwj_list .btn a span{ line-height: 50px;float: left; margin-left: 5px;}

/*领导之窗 快捷栏目*/
.zcwj_btn{float: left;margin-top: 6px;}
.zcwj_btn ul li{width:136px;height: 75px;float: left;margin-right: 5px;border: 1px solid #eaecf1;border-radius: 5px; margin-right: 11px;}
.zcwj_btn ul li a em{width: 38px;height: 38px;display: block;margin-bottom: 10px;float: left;}
.zcwj_btn ul li a i{display: block;width:38px;height: 38px;margin: 0px auto 0px;background: url("../images/ind_icon3.png") no-repeat;margin-top: 20px;margin-left: 12px;float: left;}
.zcwj_btn ul li.i-1 a i{background-position: -18px -163px;}
.zcwj_btn ul li.i-2 a i{background-position: -98px -163px;}
.zcwj_btn ul li.i-3 a i{background-position: -183px -163px;}
.zcwj_btn ul li.i-4 a i{background-position: -268px -163px;}
.zcwj_btn ul li a span{width:75px;display: block;font-size: 18px;float: left;}
.zcwj_btn ul li.i-1 span{line-height:75px;}
.zcwj_btn ul li.i-2 span{line-height:75px;}
.zcwj_btn ul li.i-3 span{line-height:24px; margin-top: 15px; margin-left: 10px;}
.zcwj_btn ul li.i-4 span{line-height:24px; margin-top: 15px; margin-left: 5px;}
.zcwj_btn ul li:last-child{ margin-right: 0px;}

/*业务工作*/
.ind_ywgz{ width: 590px; float:right; }
.ind_ywgz .ywgz_tit{height: 50px; margin-top: 12px;}
.ind_ywgz .ywgz_tit h1{width: 147px;height: 50px;color: #d90e27;float: left;}
.ind_ywgz .ywgz_tit h1 a{font-size: 22px; font-weight: bold; line-height: 50px; display: block;}
.ind_ywgz .ywgz_tit .line{width: 66%;height: 25px;border-bottom: 1px  solid #d4d6da;margin: 0 auto;float: left;}
.ind_ywgz .ywgz_tit .more { width: 8%; float: right;color: #999;font-size: 16px;line-height: 50px;height: 50px; }

.ywgz_list{width: 100%;height: 248px;}
.ywgz_list .hd{ height: 45px; margin-top: 10px; position: relative; background: #f3f3f3; border-radius: 5px; padding: 0px 20px; }
.ywgz_list .hd ul {z-index: 5;position: absolute;overflow: hidden;zoom: 1;}
.ywgz_list .hd li{position: relative;width:auto;height: 45px;float: left;padding: 0px 0px;margin-right: 13px;line-height: 50px;color: #e6e6e6;}
.ywgz_list .hd li.on,.ywgz_list .hd li:hover{ color: #c31026; }
.ywgz_list .hd li a{display: block;font-size: 18px;height: 45px;text-align: center;line-height: 45px;font-weight: bold;color: #333;margin-right: 17px;float: left;}
.ywgz_list .hd li:hover a,.ywgz_list .hd li.on a{color: #c31026;float: left;margin-right: 17px;}
.ywgz_list .bd{}
.ywgz_list .bd ul{height: auto;padding: 5px 0px;}
.ywgz_list .bd ul li{background: center;width:100%;line-height:40px;display: flex;}
.ywgz_list .bd ul li a{font-size:16px;color: #333333;/* width:70%; */overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float: left;background: url("../images/ind_icon.png") left center no-repeat;padding-left: 18px;flex: 1;margin-right: 10px;}
.ywgz_list .bd ul li a:hover{ color: #c31026;}
.ywgz_list .bd ul li span{/* width:16%; */color: #999;font-size: 16px;float: right;}

.ywgz_btn{ }
.ywgz_btn a{ width: auto; float: left;}
.ywgz_btn a:nth-child(2n){float: right;}


/*在线服务-互动交流*/
.part4{  height: auto; display: block; }

/*在线服务*/
.part4_l{ width: 616px; background: #fff; height:auto;  display: block;}
.ind_zxfw{padding: 10px 30px;height: 335px;box-shadow: 0px 0px 30px -3px #e0e9f0;margin-bottom: 20px;border-radius: 5px;}
.ind_zxfw .zxfw_list{ height: auto; display: block; float: left;}
.ind_zxfw .zxfw_list .zwfww{width: 188px;float: left;height: 223px;position: relative;margin-top: 24px;}
.ind_zxfw .zxfw_list .zwfww .pic{ position: absolute;}
.ind_zxfw .zxfw_list .zwfww .jt{ position: absolute;right:20px; bottom: 20px; z-index: 1;  animation: bounce-inSS 2s infinite;cursor: pointer; display: block; }
.ind_zxfw .zxfw_list .zwfww .jt .jt_style {display: block;margin: 0 auto;-webkit-transform: rotate(0deg); transform: rotate(0deg);cursor: pointer;}
@keyframes bounce-inSS {
  0%, 20%, 50%, 80%, 100% {transform: translatex(0);}
  40% {transform: translatex(-30px);}
  60% {transform: translatex(-15px);}
}

.zwfw_btn{ width: 62.5%; float: left; margin-top: 25px; margin-left: 20px;}
.zwfw_btn ul li{ width: 106px; height: 65px;float: left;margin-right: 5px;border: 1px solid #eaecf1;border-radius: 5px;margin-right: 11px; margin-bottom: 10px;}
.zwfw_btn ul li a i{display: block;width:34px;height: 34px;background: url("../images/ind_icon3.png") no-repeat; margin: 0 auto; margin-top: 5px;}
.zwfw_btn ul li.i-1 a i{background-position: -16px -233px;}
.zwfw_btn ul li.i-2 a i{background-position: -94px -234px;}
.zwfw_btn ul li.i-3 a i{background-position: -167px -233px;}
.zwfw_btn ul li.i-4 a i{background-position: -243px -234px;}
.zwfw_btn ul li.i-5 a i{background-position: -320px -233px;}
.zwfw_btn ul li.i-6 a i{background-position: -397px -233px;}
.zwfw_btn ul li.i-7 a i{background-position: -471px -235px;}
.zwfw_btn ul li.i-8 a i{background-position: -543px -235px;}
.zwfw_btn ul li a span{width: 100%;display: block;font-size: 16px; margin: 0 auto; text-align: center; margin-top: 0px; }
.zwfw_btn ul li.i-9 a img{margin-left: 10px;margin-top: 11px;margin-bottom: 5px;}
.zwfw_btn li:nth-child(3n){margin-right:0px;}

.hjsj{width: 100%; height: 110px; background: url("../images/ind_img13.png") no-repeat; }
.hjsj a{ text-align: center; line-height: 110px; font-size: 32px; color: #333; font-weight: bold;display: block;}
.hjsj a:hover{ color: #c31026;}

/*互动交流*/
.part4_r{width: 616px;background: #fff;height: 486px;box-shadow: 0px 0px 30px -3px #e0e9f0;border-radius: 5px;}
.ind_hdjl{padding: 10px 30px;}

.ldxxcon{width:100%;height:auto;overflow: hidden;float: left;}
.ldxxcon .sub-title{width: 100%;height: 60px;/* margin-bottom: 10px; */}
.ldxxcon .sub-title dt{width: 120px;float: left;height: 60px;line-height: 60px;}
.ldxxcon .sub-title dt a{ height: 100%; display: block; color: #c31026; font-size: 24px; font-weight: bold; }

.ldxxcon .sub-title dt a:hover{color: #ee3940;}
.ldxxcon .sub-title dd{float: right;height: 60px;line-height: 60px;}
.ldxxcon .sub-title dd ul{height: auto; overflow: hidden;}
.ldxxcon .sub-title dd ul li{width: auto;float:right;height: 60px;   margin-left: 10px;}
.ldxxcon .sub-title dd ul li a{width: 100%; height: 100%; display: block;}
.ldxxcon .sub-title dd ul li i{display: block;width:26px;height: 26px; background: url("../images/ind_icon3.png") no-repeat; float: left; margin-top: 15px; margin-right: 5px;}
.ldxxcon .sub-title dd ul li.m1 i{background-position: -24px -295px;}
.ldxxcon .sub-title dd ul li.m2 i{background-position: -95px -292px;}
.ldxxcon .sub-title dd ul li.m3 i{background-position: -170px -292px;}
.ldxxcon .sub-title dd ul li span{display: block;float: left;color: #111;font-size: 16px;}
.ldxxcon .sub-title dd ul li a:hover span{color: #ee3940;}

.ldxxcon .hdjl_01c{height: 40px;background: #f3f3f3;}
.ldxxcon .hdjl_01c span{line-height: 40px;display:block;float: left;font-size: 16px; font-weight: bold; text-align: center;color: #333333;}
.ldxxcon .hdjl_01c span.t1{width: 51.5%;text-align: left;padding-left: 48px;}
.ldxxcon .hdjl_01c span.t2{width: 18%;}
.ldxxcon .hdjl_01c span.t4{width: 21%;float: right;}
.ldxxcon .hdjl_02c{width: 100%; height:210px;overflow: hidden;}
.ldxxcon .hdjl_02c li{width: 100%;height: 42px;line-height: 42px;font-size: 16px;}
.ldxxcon .hdjl_02c li a{/* padding-left: 10px; */width: 60.8%;color: #394351;float: left;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ldxxcon .hdjl_02c li span{width: 19%;color: #bec2c7;text-align: center;float: left;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ldxxcon .hdjl_02c li em{width: 20%;display:block;color: #bec2c7;font-style: normal;text-align: center;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ldxxcon .hdjl_02c li:hover a,.ldxxcon .hdjl_02c li:hover span,.ldxxcon .hdjl_02c li:hover em{color: #d80413;}

/*网上调查 征集快捷栏目*/
.hdjl_btn{ float: left; margin-top: 10px;}
.hdjl_btn ul li{width:176px;height: 63px;float: left;margin-right: 5px;border: 1px solid #eaecf1;border-radius: 5px; margin-right: 11px;}
.hdjl_btn ul li a em{width: 38px;height: 38px;display: block;margin-bottom: 10px;float: left;}
.hdjl_btn ul li a i{display: block;width:38px;height: 38px;margin: 0px auto 0px;background: url("../images/ind_icon3.png") no-repeat;margin-top: 11px;margin-left: 32px;float: left; margin-right: 10px;}
.hdjl_btn ul li.i-1 a i{background-position: -18px -163px;}
.hdjl_btn ul li.i-2 a i{background-position: -98px -163px;}
.hdjl_btn ul li.i-3 a i{background-position: -183px -163px;}
.hdjl_btn ul li a span{width:75px;display: block;font-size: 18px;float: left; line-height: 63px;}
.hdjl_btn ul li:nth-child(3n){margin-right:0px;}


/**专题专栏**/
.part5{ background: #fff; height:376px;box-shadow: 0px 0px 30px -3px #e0e9f0; margin-top: 20px; margin-bottom: 20px;border-radius: 5px; }
.ind_ztzl{padding: 0px 30px;height: auto;display: block;overflow: hidden; padding-top: 10px;}
.ind_ztzl .ZtzlSlide{margin-top:20px;}
.ZtzlSlide .hd{ display: none;}
.ind_ztzl .ZtzlSlide .bd{position:relative;}
.ind_ztzl .ZtzlSlide .bd>a{position:absolute;top:50%;margin-top:-37px;display:block;width:40px;height:54px;}
.ind_ztzl .ZtzlSlide .bd>a.prev{position:absolute;left:0px; z-index: 3}
.ind_ztzl .ZtzlSlide .bd>a.next{position:absolute;right:0px;z-index: 3}
.ind_ztzl .ZtzlSlide .bd .tempWrap{}
.ind_ztzl .ZtzlSlide .bd ul { }
.ind_ztzl .ZtzlSlide .bd ul li{ float:left; width:280px; margin-right:26px; *margin-right:26px;}
.ind_ztzl .ZtzlSlide .bd ul li .img{display:block;height:174px;position:relative;overflow:hidden; border-radius: 10px; overflow: hidden;}
.ind_ztzl .ZtzlSlide .bd ul li .img img{ width:100%; height:100%; }
.ind_ztzl .ZtzlSlide .bd ul li .time_zt{ margin-top: 20px; height: 24px; display: block; }
.ind_ztzl .ZtzlSlide .bd ul li .time_zt em{ width: 81px;border-radius: 4px;  height: 24px; line-height: 24px; text-align: center; color: #fff; font-size: 14px;background: #c31026; display: block; float: left;}
.ind_ztzl .ZtzlSlide .bd ul li .time_zt span{ margin-left: 15px;font-size: 14px; color: #333;}
.ind_ztzl .ZtzlSlide .bd ul li  h2{font-size:16px;line-height:36px;position: relative;overflow: hidden;height: 36px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;  float: left; text-align: left;}

